home *** CD-ROM | disk | FTP | other *** search
- Path: morse.ukonline.co.uk!usenet
- From: andy.walsh@ukonline.co.uk
- Newsgroups: comp.lang.c++
- Subject: Callback Functions In C++
- Date: 9 Apr 1996 14:16:30 GMT
- Organization: UK Online
- Message-ID: <4kdrfu$kiu@morse.ukonline.co.uk>
- NNTP-Posting-Host: wwwproxy.ukonline.co.uk
-
- Can anyone tell me how I could code a callback function that works
- inside a class and that I can pass the address of to the waveInOpen
- function. It would seem that a member function carries an extra
- 'this' pointer and so cannot be addressed the same as an ordinary
- function. Any ideas? I also tried to use Borland's response table
- to handle the messages but it will only respond to a 'SendMessage'
- command and not to my low level audio commands.
-
- Many thanks in advance
-
- Andy Walsh
-